Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake: Added parson to r.info, r.profile, v.info #2

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

Mahesh1998
Copy link

This PR fixes error related to Parson dependency.

Creating /home/mahesh98/usr/local/src/grass/build_dir/output/lib64/grass85/docs/html/r.in.xyz.html
[ 51%] Built target r.in.xyz
[ 51%] Building C object raster/CMakeFiles/r.info.dir/r.info/main.c.o
[ 51%] Building C object raster/CMakeFiles/r.info.dir/r.info/reclas_txt.c.o
[ 51%] Linking C executable ../output/lib64/grass85/bin/r.info
/usr/bin/ld: CMakeFiles/r.info.dir/r.info/main.c.o: undefined reference to symbol 'json_object_set_string@@JSONC_0.14'
/usr/bin/ld: /usr/lib64/libjson-c.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
gmake[2]: *** [raster/CMakeFiles/r.info.dir/build.make:116: output/lib64/grass85/bin/r.info] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:10468: raster/CMakeFiles/r.info.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2

@HuidaeCho HuidaeCho merged commit e446882 into HuidaeCho:cmake_build_work Jul 15, 2024
1 of 2 checks passed
HuidaeCho pushed a commit that referenced this pull request Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants